home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Get a Grip Tennis by Wilson
/
Get a Grip Tennis by Wilson.iso
/
pc
/
wilson.dxr
/
Internal_1_Movie Scripts.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-08-12
|
238 b
|
14 lines
on startMovie me
global gSound
puppetTempo(30)
preloadMember(member(131), 153)
gSound = new(script("SoundManager"))
gSound.playBG()
end
on resetMPEGvols
repeat with x = 22 to 33
member(x, 6).volume = 195
end repeat
end